Html Css Color HEX #0165AC Cerulean

📋 copy color: '#0165AC'

red 1 ◦ green 101 ◦ blue 172

#0165AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0165AC

Tints of Cerulean #0165AC

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 0.36%
G = 36.86%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0165AC (or 0x0165AC) is known color: Cerulean. HEX triplet: 01, 65 and AC. RGB value is (1,101,172). Sum of RGB (Red+Green+Blue) = 1+101+172=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0165AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0165AC is #FE9A53. Grayscale: #4E4E4E. Windows color (decimal): -16685652 or 11298049. OLE color: 11298049.

HSL color Cylindrical-coordinate representation of color #0165AC: hue angle of 204.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165AC is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 101 172 -
CMYK 0.99 0.41 0 0.33
HSL 204.91º 0.99% 0.34% -
HSV(B) 204.91º 0.99% 0.67% -
XYZ 12.11 12.29 40.76 -
YUV 79.19 180.37 72.23 -
System Red Green Blue C M Y K H S L
Decimal 1 101 172 0.99 0.41 0 0.33 204.91 0.99 0.34
Hex 1 65 AC 63 29 0 21 CD 63 22
Octal 1 145 254 143 51 0 41 315 143 42
Binary 1 1100101 10101100 1100011 101001 0 100001 11001101 1100011 100010

Color Harmonies of #0165AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0165AC

Black with #0165AC

Text Example


Text Example

White with #0165AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0165AC; }

 p { color: rgb(1,101,172); }

 H1.HeaderClassName
 {
   color: #0165AC;
 }
 .AnyTagClassName
 {
   color: #0165AC;
 }
</style>

background-color css

<style>
 a { background-color: #0165AC; }

 a { background-color: rgb(1,101,172); }

 div.DivClassName
 {
   background-color: #0165AC;
 }
 .BgClassName
 {
   background-color: #0165AC;
 }
</style>

border-color css

<style>
 span { border-color: #0165AC; }

 span { border-color: rgb(1,101,172); }

 td.TdClassName
 {
   border-color: #0165AC;
 }
 .TagClassName
 {
   border-color: #0165AC;
 }
</style>