Html Css Color HEX #0774AA Cerulean

📋 copy color: '#0774AA'

red 7 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #0774AA

Tints of Cerulean #0774AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 170 (66.8% from 255) = 58.02%

R = 2.39%
G = 39.59%
B = 58.02%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0774AA (or 0x0774AA) is known color: Cerulean. HEX triplet: 07, 74 and AA. RGB value is (7,116,170). Sum of RGB (Red+Green+Blue) = 7+116+170=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #0774AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0774AA is #F88B55. Grayscale: #595959. Windows color (decimal): -16288598 or 11170823. OLE color: 11170823.

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

Color convert

RGB 7 116 170 -
CMYK 0.96 0.32 0 0.33
HSL 199.88º 0.92% 0.35% -
HSV(B) 199.88º 0.96% 0.67% -
XYZ 13.59 15.44 40.29 -
YUV 89.57 173.39 69.11 -
System Red Green Blue C M Y K H S L
Decimal 7 116 170 0.96 0.32 0 0.33 199.88 0.92 0.35
Hex 7 74 AA 60 20 0 21 C8 5C 23
Octal 7 164 252 140 40 0 41 310 134 43
Binary 111 1110100 10101010 1100000 100000 0 100001 11001000 1011100 100011

Color Harmonies of #0774AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0774AA

Black with #0774AA

Text Example


Text Example

White with #0774AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0774AA; }

 p { color: rgb(7,116,170); }

 H1.HeaderClassName
 {
   color: #0774AA;
 }
 .AnyTagClassName
 {
   color: #0774AA;
 }
</style>

background-color css

<style>
 a { background-color: #0774AA; }

 a { background-color: rgb(7,116,170); }

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

border-color css

<style>
 span { border-color: #0774AA; }

 span { border-color: rgb(7,116,170); }

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