Html Css Color HEX #07769B Cerulean

📋 copy color: '#07769B'

red 7 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #07769B

Tints of Cerulean #07769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 2.5%
G = 42.14%
B = 55.36%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07769B (or 0x07769B) is known color: Cerulean. HEX triplet: 07, 76 and 9B. RGB value is (7,118,155). Sum of RGB (Red+Green+Blue) = 7+118+155=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #07769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07769B is #F88964. Grayscale: #585858. Windows color (decimal): -16288101 or 10188295. OLE color: 10188295.

HSL color Cylindrical-coordinate representation of color #07769B: hue angle of 195º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07769B is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 118 155 -
CMYK 0.95 0.24 0 0.39
HSL 195º 0.91% 0.32% -
HSV(B) 195º 0.95% 0.61% -
XYZ 12.48 15.37 33.32 -
YUV 89.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 7 118 155 0.95 0.24 0 0.39 195 0.91 0.32
Hex 7 76 9B 5F 18 0 27 C3 5B 20
Octal 7 166 233 137 30 0 47 303 133 40
Binary 111 1110110 10011011 1011111 11000 0 100111 11000011 1011011 100000

Color Harmonies of #07769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07769B

Black with #07769B

Text Example


Text Example

White with #07769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07769B; }

 p { color: rgb(7,118,155); }

 H1.HeaderClassName
 {
   color: #07769B;
 }
 .AnyTagClassName
 {
   color: #07769B;
 }
</style>

background-color css

<style>
 a { background-color: #07769B; }

 a { background-color: rgb(7,118,155); }

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

border-color css

<style>
 span { border-color: #07769B; }

 span { border-color: rgb(7,118,155); }

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