Html Css Color HEX #076194 Cerulean

📋 copy color: '#076194'

red 7 ◦ green 97 ◦ blue 148

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

Shades of Cerulean #076194

Tints of Cerulean #076194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 2.78%
G = 38.49%
B = 58.73%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#076194 (or 0x076194) is known color: Cerulean. HEX triplet: 07, 61 and 94. RGB value is (7,97,148). Sum of RGB (Red+Green+Blue) = 7+97+148=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #076194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076194 is #F89E6B. Grayscale: #4B4B4B. Windows color (decimal): -16293484 or 9724167. OLE color: 9724167.

HSL color Cylindrical-coordinate representation of color #076194: hue angle of 201.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076194 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 97 148 -
CMYK 0.95 0.34 0 0.42
HSL 201.7º 0.91% 0.3% -
HSV(B) 201.7º 0.95% 0.58% -
XYZ 9.71 10.73 29.58 -
YUV 75.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 7 97 148 0.95 0.34 0 0.42 201.7 0.91 0.3
Hex 7 61 94 5F 22 0 2A CA 5B 1E
Octal 7 141 224 137 42 0 52 312 133 36
Binary 111 1100001 10010100 1011111 100010 0 101010 11001010 1011011 11110

Color Harmonies of #076194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076194

Black with #076194

Text Example


Text Example

White with #076194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076194; }

 p { color: rgb(7,97,148); }

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

background-color css

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

 a { background-color: rgb(7,97,148); }

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

border-color css

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

 span { border-color: rgb(7,97,148); }

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