Html Css Color HEX #0168AC Cerulean

📋 copy color: '#0168AC'

red 1 ◦ green 104 ◦ blue 172

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

Shades of Cerulean #0168AC

Tints of Cerulean #0168AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

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

R = 0.36%
G = 37.55%
B = 62.09%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0168AC (or 0x0168AC) is known color: Cerulean. HEX triplet: 01, 68 and AC. RGB value is (1,104,172). Sum of RGB (Red+Green+Blue) = 1+104+172=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0168AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0168AC is #FE9753. Grayscale: #505050. Windows color (decimal): -16684884 or 11298817. OLE color: 11298817.

HSL color Cylindrical-coordinate representation of color #0168AC: hue angle of 203.86º 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 #0168AC is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 104 172 -
CMYK 0.99 0.40 0 0.33
HSL 203.86º 0.99% 0.34% -
HSV(B) 203.86º 0.99% 0.67% -
XYZ 12.41 12.89 40.86 -
YUV 80.96 179.38 70.97 -
System Red Green Blue C M Y K H S L
Decimal 1 104 172 0.99 0.40 0 0.33 203.86 0.99 0.34
Hex 1 68 AC 63 28 0 21 CC 63 22
Octal 1 150 254 143 50 0 41 314 143 42
Binary 1 1101000 10101100 1100011 101000 0 100001 11001100 1100011 100010

Color Harmonies of #0168AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0168AC

Black with #0168AC

Text Example


Text Example

White with #0168AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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