Html Css Color HEX #0068AB Cerulean

📋 copy color: '#0068AB'

red 0 ◦ green 104 ◦ blue 171

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

Shades of Cerulean #0068AB

Tints of Cerulean #0068AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 0%
G = 37.82%
B = 62.18%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0068AB (or 0x0068AB) is known color: Cerulean. HEX triplet: 00, 68 and AB. RGB value is (0,104,171). Sum of RGB (Red+Green+Blue) = 0+104+171=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0068AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0068AB is #FF9754. Grayscale: #505050. Windows color (decimal): -16750421 or 11233280. OLE color: 11233280.

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

Color convert

RGB 0 104 171 -
CMYK 1 0.39 0 0.33
HSL 203.51º 1% 0.34% -
HSV(B) 203.51º 1% 0.67% -
XYZ 12.3 12.84 40.36 -
YUV 80.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 0 104 171 1 0.39 0 0.33 203.51 1 0.34
Hex 0 68 AB 64 27 0 21 CC 64 22
Octal 0 150 253 144 47 0 41 314 144 42
Binary 0 1101000 10101011 1100100 100111 0 100001 11001100 1100100 100010

Color Harmonies of #0068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0068AB

Black with #0068AB

Text Example


Text Example

White with #0068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0068AB; }

 p { color: rgb(0,104,171); }

 H1.HeaderClassName
 {
   color: #0068AB;
 }
 .AnyTagClassName
 {
   color: #0068AB;
 }
</style>

background-color css

<style>
 a { background-color: #0068AB; }

 a { background-color: rgb(0,104,171); }

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

border-color css

<style>
 span { border-color: #0068AB; }

 span { border-color: rgb(0,104,171); }

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