Html Css Color HEX #0768AB Cerulean

📋 copy color: '#0768AB'

red 7 ◦ green 104 ◦ blue 171

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

Shades of Cerulean #0768AB

Tints of Cerulean #0768AB

RGB

 RED value IS 7 (3.13% from 255) = 2.48%

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

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

R = 2.48%
G = 36.88%
B = 60.64%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0768AB (or 0x0768AB) is known color: Cerulean. HEX triplet: 07, 68 and AB. RGB value is (7,104,171). Sum of RGB (Red+Green+Blue) = 7+104+171=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #0768AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0768AB is #F89754. Grayscale: #525252. Windows color (decimal): -16291669 or 11233287. OLE color: 11233287.

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

Color convert

RGB 7 104 171 -
CMYK 0.96 0.39 0 0.33
HSL 204.51º 0.92% 0.35% -
HSV(B) 204.51º 0.96% 0.67% -
XYZ 12.39 12.89 40.36 -
YUV 82.64 177.86 74.05 -
System Red Green Blue C M Y K H S L
Decimal 7 104 171 0.96 0.39 0 0.33 204.51 0.92 0.35
Hex 7 68 AB 60 27 0 21 CD 5C 23
Octal 7 150 253 140 47 0 41 315 134 43
Binary 111 1101000 10101011 1100000 100111 0 100001 11001101 1011100 100011

Color Harmonies of #0768AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0768AB

Black with #0768AB

Text Example


Text Example

White with #0768AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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