Html Css Color HEX #0274AD Cerulean

📋 copy color: '#0274AD'

red 2 ◦ green 116 ◦ blue 173

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

Shades of Cerulean #0274AD

Tints of Cerulean #0274AD

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

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

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 0.69%
G = 39.86%
B = 59.45%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0274AD (or 0x0274AD) is known color: Cerulean. HEX triplet: 02, 74 and AD. RGB value is (2,116,173). Sum of RGB (Red+Green+Blue) = 2+116+173=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #0274AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0274AD is #FD8B52. Grayscale: #585858. Windows color (decimal): -16616275 or 11367426. OLE color: 11367426.

HSL color Cylindrical-coordinate representation of color #0274AD: hue angle of 200º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274AD is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 116 173 -
CMYK 0.99 0.33 0 0.32
HSL 200º 0.98% 0.34% -
HSV(B) 200º 0.99% 0.68% -
XYZ 13.81 15.52 41.8 -
YUV 88.41 175.73 66.37 -
System Red Green Blue C M Y K H S L
Decimal 2 116 173 0.99 0.33 0 0.32 200 0.98 0.34
Hex 2 74 AD 63 21 0 20 C8 62 22
Octal 2 164 255 143 41 0 40 310 142 42
Binary 10 1110100 10101101 1100011 100001 0 100000 11001000 1100010 100010

Color Harmonies of #0274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0274AD

Black with #0274AD

Text Example


Text Example

White with #0274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0274AD; }

 p { color: rgb(2,116,173); }

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

background-color css

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

 a { background-color: rgb(2,116,173); }

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

border-color css

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

 span { border-color: rgb(2,116,173); }

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