Html Css Color HEX #0769AB Cerulean

📋 copy color: '#0769AB'

red 7 ◦ green 105 ◦ blue 171

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

Shades of Cerulean #0769AB

Tints of Cerulean #0769AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

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

R = 2.47%
G = 37.1%
B = 60.42%

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

#0769AB (or 0x0769AB) is known color: Cerulean. HEX triplet: 07, 69 and AB. RGB value is (7,105,171). Sum of RGB (Red+Green+Blue) = 7+105+171=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0769AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0769AB is #F89654. Grayscale: #525252. Windows color (decimal): -16291413 or 11233543. OLE color: 11233543.

HSL color Cylindrical-coordinate representation of color #0769AB: hue angle of 204.15º 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 #0769AB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 105 171 -
CMYK 0.96 0.39 0 0.33
HSL 204.15º 0.92% 0.35% -
HSV(B) 204.15º 0.96% 0.67% -
XYZ 12.49 13.09 40.4 -
YUV 83.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 7 105 171 0.96 0.39 0 0.33 204.15 0.92 0.35
Hex 7 69 AB 60 27 0 21 CC 5C 23
Octal 7 151 253 140 47 0 41 314 134 43
Binary 111 1101001 10101011 1100000 100111 0 100001 11001100 1011100 100011

Color Harmonies of #0769AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0769AB

Black with #0769AB

Text Example


Text Example

White with #0769AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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